home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / uuencode.man < prev    next >
Text File  |  1989-03-29  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. UUENCODE                  User Commands                  UUENCODE
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      uuencode, uudecode - encode/decode a binary file for
  10.      transmission via mail
  11.  
  12. SSYYNNOOPPSSIISS
  13.      uuuueennccooddee [ source ] remotedest | mmaaiill sys1!sys2!..!decode
  14.      uuuuddeeccooddee [ file ]
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      _U_u_e_n_c_o_d_e and _u_u_d_e_c_o_d_e are used to send a binary file via
  18.      uucp (or other) mail.  This combination can be used over
  19.      indirect mail links even when _u_u_s_e_n_d(1C) is not available.
  20.  
  21.      _U_u_e_n_c_o_d_e takes the named source file (default standard
  22.      input) and produces an encoded version on the standard out-
  23.      put.  The encoding uses only printing ASCII characters, and
  24.      includes the mode of the file and the _r_e_m_o_t_e_d_e_s_t for recrea-
  25.      tion on the remote system.
  26.  
  27.      _U_u_d_e_c_o_d_e reads an encoded file, strips off any leading and
  28.      trailing lines added by mailers, and recreates the original
  29.      file with the specified mode and name.
  30.  
  31.      The intent is that all mail to the user ``decode'' should be
  32.      filtered through the _u_u_d_e_c_o_d_e program.  This way the file is
  33.      created automatically without human intervention.  This is
  34.      possible on the uucp network by either using _s_e_n_d_m_a_i_l or by
  35.      making _r_m_a_i_l be a link to _M_a_i_l instead of _m_a_i_l.  In each
  36.      case, an alias must be created in a master file to get the
  37.      automatic invocation of _u_u_d_e_c_o_d_e.
  38.  
  39.      If these facilities are not available, the file can be sent
  40.      to a user on the remote machine who can uudecode it manu-
  41.      ally.
  42.  
  43.      The encode file has an ordinary text form and can be edited
  44.      by any text editor to change the mode or remote name.
  45.  
  46. SSEEEE AALLSSOO
  47.      atob(n), uusend(1C), uucp(1C), uux(1C), mail(1), uuencode(5)
  48.  
  49. BBUUGGSS
  50.      The file is expanded by 35% (3 bytes become 4 plus control
  51.      information) causing it to take longer to transmit.
  52.  
  53.      The user on the remote system who is invoking _u_u_d_e_c_o_d_e
  54.      (often _u_u_c_p) must have write permission on the specified
  55.      file.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0              April 24, 1986                         1
  64.  
  65.  
  66.  
  67.